type github.com/google/go-cmp/cmp.exporter
6 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L182: exporters []exporter // List of exporters for structs with unexported fields
compare.go#L209: case exporter:
options.go#L409: return exporter(f)
options.go#L412: type exporter func(reflect.Type) bool
options.go#L414: func (exporter) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption {
options.go#L431: return exporter(func(t reflect.Type) bool { return m[t] })
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)